home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group96b.txt / 000073_icon-group-sender _Sat Dec 28 17:14:17 1996.msg < prev    next >
Internet Message Format  |  1997-01-02  |  2KB

  1. Received: by cheltenham.cs.arizona.edu; Mon, 30 Dec 1996 08:04:48 MST
  2. From: Guy Laden <guy@math.tau.ac.il>
  3. Message-Id: <199612281514.RAA00719@orion.math.tau.ac.il>
  4. Subject: Re: Icon I/O error - sun4 System
  5. To: icon-group@cs.arizona.edu
  6. Date: Sat, 28 Dec 1996 17:14:17 +0200 (GMT+0200)
  7. Cc: luhler@khis.kodak.com
  8. In-Reply-To: <32A2C6A8.73FE@khis.kodak.com> from "Lloyd M. Uhler, Jr." at Dec 2, 96 12:08:08 pm
  9. X-Url: http://www.math.tau.ac.il/~laden/Oberon
  10. X-Mailer: ELM [version 2.4 PL25]
  11. Mime-Version: 1.0
  12. Content-Type: text/plain; charset=US-ASCII
  13. Content-Transfer-Encoding: 7bit
  14. Errors-To: icon-group-errors@cs.arizona.edu
  15.  
  16. > I am receiving the following error from a UNIX cron
  17. > job:
  18. > Run-time error 214
  19. > File mv_pvcsfold.icn; Line 133
  20. > input/output error
  21. > Trace back:
  22. > main(list_1 = [])
  23. > write("mv -f ","/project/CD_Arch...","/pvcsfold.pub  
  24. > ","/tools/vm5.2/sol...","rchvsnfl.fld","/pvcsfold.p
  25. > ub") from line 133 in mv_pvcsfold.icn
  26. > This part of an ICON program is just doing a write
  27. > which I pipe to the file I want to save.
  28. > Is this type of problem caused by a Network System
  29. > Problem. We were running under sun4.
  30.  
  31. I'm also having an identical problem, while doing a 'write' from within
  32. a cron-job, under SunOs 4.1.3U1, Icon v9.1.
  33. It doesnt happen often and I am not able to reproduce it systematically.
  34. I've seen it twice in about 400 runs of the program.
  35. I have no idea what its caused by, but I dont think its a network
  36. problem - the disk I'm writing on is local.
  37.  
  38. Is there a list of bugs fixed with v9.3 available anywhere?
  39.  
  40. Thanks,
  41. Guy.
  42.